|
|
|
|
CellFromPoint Method, FootersClass Class |
Determines the cell given a point in the column footer area.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Function CellFromPoint( _ |
C# |
public CellClass CellFromPoint( |
C++ |
public: CellClass^ CellFromPoint( |
fReal
Defines whether the physical cell is returned or the main cell for merged cells. Specify True to return the real cell, False to return the main cell of a group of merged cells.
searchPoint
Defines the coordinates relative to the top, left corner of the control.
Return Value
The cell at the given coordinates.
Comments
The CellFromPoint method determines the cell given a point in the column footer area.
The point can be located within the column footer area only.